home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / util / rexx / rexxmode10.lha / readme.amiga < prev    next >
Lisp/Scheme  |  1993-03-17  |  420b  |  12 lines

  1.     The Amigaport V1.26 of GNUEmacs has a annoying bug; it quotes
  2.     all arguments to commands, therefore RX can't be called directly.
  3.  
  4.     A workaround is to specify rexx-command-name to "rxnq", which
  5.     is a small (280 bytes!) command which strips the quotes and
  6.     calls RX. To do this, place the following lines into the
  7.     rxdb-mode-hook is the s:.emacs file.
  8.  
  9.         (setq rxdb-command-name "rxnq")
  10.  
  11.     And place rxnq in the loadpath.
  12.